Skip to content

fix(net): honor Ctrl-C during a retry backoff - #888

Merged
indaco merged 2 commits into
mainfrom
fix/honor-ctrl-c-during-retry-backoff
Aug 21, 2026
Merged

fix(net): honor Ctrl-C during a retry backoff#888
indaco merged 2 commits into
mainfrom
fix/honor-ctrl-c-during-retry-backoff

Conversation

@indaco

@indaco indaco commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Description

A Ctrl-C arriving while a network request was waiting to be retried was
ignored. The wait ran to the end of its schedule - up to 7s across a retry
loop - and then re-dialled anyway, so a cancel during a flaky download or
metadata fetch took seconds to take effect and cost extra round trips first.

The wait now notices the cancel and stops, which is what its own comment
already claimed it did.

Related Issue

  • None

Notes for Reviewers

Stacked on fix/honor-ctrl-c-during-bottle-download; review that one first.

Base automatically changed from fix/honor-ctrl-c-during-bottle-download to main August 21, 2026 19:58
@indaco
indaco force-pushed the fix/honor-ctrl-c-during-retry-backoff branch from 28fdcfe to b026a06 Compare August 21, 2026 19:58
@indaco
indaco merged commit adfd408 into main Aug 21, 2026
3 checks passed
@indaco
indaco deleted the fix/honor-ctrl-c-during-retry-backoff branch August 21, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant